.container {
  max-width: 800px !important;
  padding:28px 10px;
}

.div1 {
  text-align: center;
  border: 1px solid #a1a1a1;
  padding: 8px 5px;
  background: #dddddd;
  border-radius: 5px;
  -moz-border-radius: 25px;
}


.article {
  padding-top: 15px;
}

.article h1 {
  font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}

.article p {
  font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-indent: 28px;
  word-wrap: break-word;
  line-height: 28px;
  color: #333;
}

.article .vtitle {
  text-indent: 0;
}

.article .from {
  text-align: right;
}

.article .video {
  text-indent: 0;
  font-size: 18px;
  color: #cc3300;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none !important;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #333;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #333;
}

.carousel-caption {
  color: #333;
}

.imgs img {
  /* box-shadow: 0 16px 35px -15px #000; */
  /* max-width: 165px; */
  /* height: 165px; */
  margin:10px;
}
.imgs .col-xs-6{
    /* height: 420px; */
}
.imgs .col-xs-6:nth-child(odd){
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-bottom:1px;
}
.imgs .col-xs-6:nth-child(even){
    /* border-right:1px solid #ddd; */
    border-bottom:1px solid #ddd;
}
.imgs p {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgs .col-xs-4 p {
  font-size: 15px;
}

.imgs .col-xs-3 p {
  font-size: 10px;
}

.imgs a {
  text-decoration: none;
  color: #333
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html,body{
    height: 100%;
}
header {
  background: #eee;
}

.header {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 48px;
    max-width: 800px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .nav-home{
    opacity: .8;
}
.header .logo{
    position: absolute;
    left: -60.5px;
    margin-left: 50%;
    top: 0;
}
.header img{
    height: 25px;
    margin:11px 0 0 20px;
}
.header .nav-gn{
    position: absolute;
    right: 20px;
    font-size: 0;
    width: 22px;
    height: 40px;
    top: 3px;
}
.header .nav-gn span{
    /* background: #e0e0e0; */
    height: 1px;
    display: block;
    position: absolute;
    width: 100%;
    transition: all .1s ease-in-out;
}
.header .nav-gn .t{
    top: 15px;
}
.header .nav-gn .b{
    top: 25px;
}
.header .nav-gn span::before{
    content: '';
    position: absolute;
    background: #e0e0e0;
    height: 1px;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
    width: 100%;
}
.header .nav-gn-open{
    /* transition-delay: 5s; */
}
.header .nav-gn-open .t{
    top:20px;
}
.header .nav-gn-open .b{
    top:20px;
}
.header .nav-gn-open .t::before{
   transform: rotate(45deg)
}
.header .nav-gn-open .b::before{
    transform: rotate(-45deg)
}
.scroll-hide{
    overflow: hidden;
}
.menu{
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 98;
    top:0;
    padding: 85px 40px 8px;
    box-sizing: border-box;
    height: 48px;
    overflow: hidden;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.menu-open{
    opacity: 1;
    height: 100%;
}
.menu li{
    opacity: 0;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom:1px solid #4c4c4c;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    transition: opacity .35s ease-out,-webkit-transform .35s ease-out;
    transition: opacity .35s ease-out,transform .35s ease-out;
    transition: opacity .35s ease-out,transform .35s ease-out,-webkit-transform .35s ease-out
}
.menu li a{
    color: #bfbfbf;
} 

.menu li:nth-child(1) {
    transition-delay: .4s;
    -webkit-transition-delay: .4s
}

.menu li:nth-child(2) {
    transition-delay: .35s;
    -webkit-transition-delay: .35s
}

.menu li:nth-child(3) {
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}

.menu li:nth-child(4) {
    transition-delay: .25s;
    -webkit-transition-delay: .25s
}

.menu li:nth-child(5) {
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}

.menu li:nth-child(6) {
    transition-delay: .15s;
    -webkit-transition-delay: .15s
}

.menu li:nth-child(7) {
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}
.menu-open li{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
} 